* dispextern.h (struct glyph): Make u.img_id int, not unsigned.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 Feb 2011 02:41:48 +0000 (18:41 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 Feb 2011 02:41:48 +0000 (18:41 -0800)
commit9939403e7ce6993ff72906e95bb2e5b283c9f5c5
treea129cf7118e469bf96fd22183456994a1f26107c
parent0a8f6e9df8ce9337478f230d06f106b68c1d289b
* dispextern.h (struct glyph): Make u.img_id int, not unsigned.

It's always given int values and used as an int.  This suppresses
a gcc "comparison of unsigned expression >= 0" warning in some
configurations.
src/ChangeLog
src/dispextern.h